getNotificationChannelCompat

@Nullable
open fun getNotificationChannelCompat(@NonNull channelId: @NonNull String): @Nullable NotificationChannelCompat(source)

Returns the notification channel settings for a given channel id. Returns null on older SDKs which don't support Notification Channels.


@Nullable
open fun getNotificationChannelCompat(@NonNull channelId: @NonNull String, @NonNull conversationId: @NonNull String): @Nullable NotificationChannelCompat(source)

Returns the notification channel settings for a given channel and conversation id. Returns the channel for the channelId on older SDKs which don't support Conversations. Returns null on older SDKs which don't support Notification Channels.